Easy Predict

Created By
Williams Rizzi12 hours ago
Predict the next value in a numeric series or detect anomalies via z-score. $0.01 USDC per call on Base via x402 micropayments. No API keys or accounts needed.
Overview

easy-predict is an MCP server that gives your AI agent two tools:

predict_timeseries — forecast the next value in any numeric series using automatic model selection (linear, log1p, last-delta, mean) detect_anomalies — find outliers in a numeric series using z-score analysis Each tool call costs $0.01 USDC on Base, paid automatically from your local wallet via x402 micropayments. There are no API keys, no subscriptions, and no accounts — just send data, pay per use.

Your private key never leaves your machine. The MCP server runs locally via uvx, signs the payment on-device, and only sends the signed header to the API.

Setup:

{ "mcpServers": { "easy-predict": { "command": "uvx", "args": ["easy-predict-mcp"], "env": { "WALLET_PRIVATE_KEY": "0xYOUR_KEY" } } } } You need a Base wallet with a small amount of USDC (each call costs $0.01).

Server Config

{
  "mcpServers": {
    "easy-predict": {
      "command": "uvx",
      "args": [
        "easy-predict-mcp"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "0xYOUR_KEY"
      }
    }
  }
}
Project Info
Created At
12 hours ago
Updated At
9 hours ago
Author Name
Williams Rizzi
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago